﻿2026-07-21T10:40:54.1317337Z ##[group]Run actions/checkout@v5
2026-07-21T10:40:54.1317853Z with:
2026-07-21T10:40:54.1318130Z   fetch-depth: 0
2026-07-21T10:40:54.1318447Z   repository: BigscreenVR/spt-bs-core
2026-07-21T10:40:54.1321000Z   token: ***
2026-07-21T10:40:54.1321290Z   ssh-strict: true
2026-07-21T10:40:54.1321588Z   ssh-user: git
2026-07-21T10:40:54.1321885Z   persist-credentials: true
2026-07-21T10:40:54.1322203Z   clean: true
2026-07-21T10:40:54.1322518Z   sparse-checkout-cone-mode: true
2026-07-21T10:40:54.1322864Z   fetch-tags: false
2026-07-21T10:40:54.1323155Z   show-progress: true
2026-07-21T10:40:54.1323462Z   lfs: false
2026-07-21T10:40:54.1323742Z   submodules: false
2026-07-21T10:40:54.1324046Z   set-safe-directory: true
2026-07-21T10:40:54.1324397Z   allow-unsafe-pr-checkout: false
2026-07-21T10:40:54.1324731Z ##[endgroup]
2026-07-21T10:40:54.3112327Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-21T10:40:54.3113938Z ##[group]Getting Git version info
2026-07-21T10:40:54.3114640Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-21T10:40:54.3461845Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-21T10:40:54.3672516Z git version 2.43.0.windows.1
2026-07-21T10:40:54.3696555Z ##[endgroup]
2026-07-21T10:40:54.3704269Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2a9ae379-3e09-4f93-8138-78c097a23f3f\.gitconfig'
2026-07-21T10:40:54.3718413Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2a9ae379-3e09-4f93-8138-78c097a23f3f' before making global git config changes
2026-07-21T10:40:54.3719448Z Adding repository directory to the temporary git global config as a safe directory
2026-07-21T10:40:54.3723654Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-21T10:40:54.3963673Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-21T10:40:54.4171452Z https://github.com/BigscreenVR/spt-bs-core
2026-07-21T10:40:54.4197529Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-21T10:40:54.4201891Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-21T10:40:54.4411046Z HEAD
2026-07-21T10:40:54.4663402Z ##[endgroup]
2026-07-21T10:40:54.4666851Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-21T10:40:54.9023051Z ##[group]Cleaning the repository
2026-07-21T10:40:54.9027969Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-21T10:41:01.7433394Z Removing target/
2026-07-21T10:41:01.7464694Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-21T10:41:01.8617946Z HEAD is now at eb058d46 Merge b6bd80ae26d39251872a735902fe5fa09930925b into 1e306261316fee3b80a6002a6a9ee4d40f892576
2026-07-21T10:41:01.8644183Z ##[endgroup]
2026-07-21T10:41:01.8648225Z ##[group]Disabling automatic garbage collection
2026-07-21T10:41:01.8654887Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-21T10:41:01.8933911Z ##[endgroup]
2026-07-21T10:41:01.8934304Z ##[group]Setting up auth
2026-07-21T10:41:01.8940875Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-21T10:41:01.9179274Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-21T10:41:02.9316010Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-21T10:41:03.0140550Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-21T10:41:03.7417212Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-21T10:41:03.7683059Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-21T10:41:04.2980872Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-21T10:41:04.3301773Z ##[endgroup]
2026-07-21T10:41:04.3302237Z ##[group]Fetching the repository
2026-07-21T10:41:04.3310544Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +eb058d462267f6d38c8d7dbd8c5610dd10aea076:refs/remotes/pull/44/merge
2026-07-21T10:41:07.9068209Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-21T10:41:07.9068725Z  * [new branch]        fix/rc-resize-geometry-epoch -> origin/fix/rc-resize-geometry-epoch
2026-07-21T10:41:07.9205237Z  * [new branch]        triage/v0390-field-reqs -> origin/triage/v0390-field-reqs
2026-07-21T10:41:07.9207049Z ##[endgroup]
2026-07-21T10:41:07.9207448Z ##[group]Determining the checkout info
2026-07-21T10:41:07.9207788Z ##[endgroup]
2026-07-21T10:41:07.9213039Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-21T10:41:07.9506547Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-21T10:41:07.9738069Z ##[group]Checking out the ref
2026-07-21T10:41:07.9742715Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/44/merge
2026-07-21T10:41:08.0643874Z HEAD is now at eb058d46 Merge b6bd80ae26d39251872a735902fe5fa09930925b into 1e306261316fee3b80a6002a6a9ee4d40f892576
2026-07-21T10:41:08.0664704Z ##[endgroup]
2026-07-21T10:41:08.0924534Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-21T10:41:08.1154719Z eb058d462267f6d38c8d7dbd8c5610dd10aea076
